Update release notes
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Dec 2014 15:03:33 +0000 (10:03 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 1 Dec 2014 15:32:37 +0000 (10:32 -0500)
Mention that --enable-gtk2-dependency is gone.

README.in
docs/reference/gtk/building.sgml

index 3276e3f129e63b97e0a5d71b435d445b917fa91f..01dcd2ae20eea1b918b6bf3558e772b5207e649d 100644 (file)
--- a/README.in
+++ b/README.in
@@ -79,6 +79,9 @@ Release notes for 3.16
 * GTK+ now includes an OpenGL rendering widget. To support GL on various
   platforms, GTK+ uses libepoxy.
 
+* GTK+ no longer uses gtk-update-icon-cache during its build. The
+  --enable-gtk2-dependency configure option has been removed.
+
 Release notes for 3.14
 ======================
 
index 9c4b3abea270d20256181d15a14b9e4ce06a0c5b..a1cd619c0adb788db1213d483105f00e01c9190b 100644 (file)
@@ -416,11 +416,6 @@ How to compile GTK+ itself
             <arg choice="plain">--enable-introspection=[no/auto/yes]</arg>
           </group>
           <sbr/>
-          <group>
-            <arg choice="plain">--enable-gtk2-dependency</arg>
-            <arg choice="plain">--disable-gtk2-dependency</arg>
-          </group>
-          <sbr/>
           <group>
             <arg choice="plain">--enable-installed-tests</arg>
             <arg choice="plain">--disable-installed-tests</arg>
@@ -637,19 +632,6 @@ How to compile GTK+ itself
         </para>
       </formalpara>
 
-      <formalpara>
-        <title><systemitem>--enable-gtk2-dependency</systemitem> or
-           <systemitem>--disable-gtk2-dependency</systemitem></title>
-
-        <para>
-          Whether to rely on an exiting gtk-update-icon-cache utility
-          instead of building our own. Distributions which are shipping
-          both GTK+ 2.x and GTK+ 3 may want to use this option to
-          avoid file conflicts between these packages.
-          The default is to build gtk-update-icon-cache.
-        </para>
-      </formalpara>
-
       <formalpara>
         <title><systemitem>--enable-installed-tests</systemitem> or
            <systemitem>--disable-installed-tests</systemitem></title>